home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 3.1 / SGI EnlightenDSM 3.1.iso / DEC3240 / COMMON.Z / COMMON / msg / C / enllib.msg < prev    next >
Text File  |  1999-04-16  |  6KB  |  241 lines

  1. #
  2. $    SID    95/12/10 - @(#)enllib.msg    1.2
  3. $
  4. $ These are error messages for the ENLighten library
  5. #
  6.  
  7.  
  8. ################################################################################
  9. #
  10. # From adduser.c
  11. #
  12.  
  13. # ENL_HOME_NOTDIR1 & ENL_HOME_NOTDIR2
  14. 100    "The Home directory \"%1s\" exists and is not a directory."
  15. 101    "Unable to create the new user account"
  16.  
  17. # ENL_CANT_CREAT_HOME
  18. 102    "Unable to create home directory \"%1s\""
  19.  
  20. # ENL_CANT_CHOWN_SCRIPTS
  21. 103    "Unable to change ownership of user initialization scripts"
  22.  
  23. # ENL_CANT_ADD_USER
  24. 104    "Unable to add user \"%1s\" to password file"
  25.  
  26. # ENL_CANT_ADD_AUTH
  27. 105    "Unable to add user \"%1s\" to authorization file"
  28.  
  29. # ENL_CAT_ADD_SUBSYSTEM
  30. 106    "Unable to update subsystem file \"%1s\""
  31.  
  32.  
  33.  
  34. ################################################################################
  35. #
  36. # From delhome.c
  37. #
  38.  
  39. # ENL_CANT_DEL_ROOT1 & ENL_CANT_DEL_ROOT2
  40. 125    "Enlighten will NOT allow you to remove the \"root\" user account"
  41. 126    "If you really want to do this, you will have to do it manually !"
  42.  
  43. # ENL_CANT_DEL_ACCOUNT
  44. 127    "Unable to delete \"%1s\"'s account from password file"
  45.  
  46. # ENL_NO_MORE_GROUP1 & ENL_NO_MORE_GROUP2
  47. 128    "The user group (GID = %1d) in which the user \"%2s\" was"
  48. 129    "registered no longer exists. Account successfully removed"
  49.  
  50. # ENL_CANT_DEL_FROM_GROUP
  51. 130    "Unable to remove user \"%1s\" from the user group file"
  52.  
  53. # ENL_DEL_FROM_GROUP_OK
  54. 131    "User \"%1s\"'s account successfully removed"
  55.  
  56. # ENL_HOME_SHARED1 & ENL_HOME_SHARED2
  57. 132    "User \"%1s\"'s home directory (%2s) is shared"
  58. 133    "by %1d other user%2s. Home directory will NOT be deleted!"
  59.  
  60. # ENL_HOME_SACRED1 & ENL_HOME_SACRED2
  61. 134    "The HOME directory of user \"%1s\" is a (sacred) system directory "
  62. 135    "Enlighten will not allow you to remove this directory (\"%1s\")"
  63.  
  64. # ENL_CANT_DEL_HOME
  65. 136    "Unable to remove home directory %1s"
  66.  
  67. # ENL_HOME_DELETED
  68. 137    "Home directory %1s deleted"
  69.  
  70. # ENL_NO_RMFR_CMD1 & ENL_NO_RMFR_CMD2
  71. 138    "Command %1s not found in command database"
  72. 139    "Home directory %1s not removed"
  73.  
  74.  
  75.  
  76. ################################################################################
  77. #
  78. # From group.c
  79. #
  80.  
  81. # ENL_CANT_ADD_USER_GROUP
  82. 150    "Unable to add user %1s to the group %2s"
  83.  
  84. # ENL_CANT_DEL_USER_GROUP
  85. 151    "Unable to delete user %1s from the group file"
  86.  
  87. # ENL_USER_NOT_IN_GROUP
  88. 152    "User \"%1s\" not found in user group \"%2s\""
  89.  
  90. # ENL_CANT_CREAT_NEW_GROUP
  91. 153    "Unable add new group to group file %1s"
  92.  
  93. # ENL_CANT_UPDATE_ADJUNCT
  94. 154    "Unable add new group to group adjunct file %1s"
  95.  
  96. # ENL_CAT_DEL_GROUP
  97. 155    "Unable to delete user group %1s"
  98.  
  99.  
  100.  
  101. ################################################################################
  102. #
  103. # From hosts.c
  104. #
  105.  
  106. # ENL_CANT_UPDATE_HOSTS
  107. 175    "Unable to update host file (%1s)"
  108.  
  109. # ENL_CANT_ACCESS_HOSTS
  110. 176    "Unable to access hosts file (%1s)"
  111.  
  112.  
  113.  
  114. ################################################################################
  115. #
  116. # From ibm.c
  117. #
  118.  
  119. # ENL_CANT_UPDATE_SECURITY1 & ENL_CANT_UPDATE_SECURITY2
  120. 200    "Unable to update security file \"%1s\""
  121. 201    "The user accounts may no longer be consistent"
  122.  
  123. # ENL_CANT_UPDATE_SEC_GROUP
  124. 202    "Unable add new group to group file (%1s)"
  125.  
  126.  
  127.  
  128. ################################################################################
  129. #
  130. # From memexec.c
  131. #
  132.  
  133. # ENL_CANT_MEMEXEC
  134. 225    "Unable to execute the command \"%1s\""
  135.  
  136. # ENL_COMMAND_NOT_FOUND
  137. 226    "Command %1s not found in command database"
  138.  
  139.  
  140.  
  141. ################################################################################
  142. #
  143. # From passwd.c
  144. #
  145.  
  146. # ENL_USER_LOGGED_IN1 & ENL_USER_LOGGED_IN2
  147. 250    "Unable to change the password of a logged in user."
  148. 251    "User \"%1s\" is currently logged in !"
  149.  
  150. # ENL_CANT_COPY_FILE
  151. 252    "Unable to copy file %1s to file %2s"
  152.  
  153.  
  154.  
  155. ################################################################################
  156. #
  157. # From printer.c
  158. #
  159.  
  160. # ENL_CANT_DEL_PRINTER
  161. 275    "Error removing printer \"%1s\""
  162.  
  163. # ENL_JOBS_STILL_QUEUED1 & ENL_JOBS_STILL_QUEUED2
  164. 276    "The printer \"%1s\" still has printer jobs queued"
  165. 277    "Please cancel the jobs in the Printer Request Statuses menu"
  166.  
  167. # ENL_SPOOLNOSHUT
  168. 278    "Unable to stop the spooling system"
  169.  
  170. # ENL_SPOOLSHUT
  171. 279    "Spooling system has been stopped"
  172.  
  173. # ENL_SPOOLALREADYSTOPED
  174. 280    "The spooling system has already been stopped"
  175.  
  176. # ENL_CANT_CREATE_DRIVER
  177. 281    "Unable to create printer driver (%1s)"
  178.  
  179. # ENL_CANT_CREAT_BACKEND
  180. 282    "Unable to create printer backend (%1s)"
  181.  
  182. # ENL_CANT_CREAT_SPOOLDIR
  183. 283    "Unable to create spool directory %1s"
  184.  
  185. # ENL_CANT_UPDATE_PRINTCAP
  186. 284    "Unable to update printcap file (%1s)"
  187.  
  188. # ENL_CANT_UPDATE_QCONFIG
  189. 285    "Unable to update qconfig file (%1s)"
  190.  
  191. # ENL_NO_XPLAT_TEMPLATE
  192. 286    "Unable to access cross platform printing driver template"
  193.  
  194. # ENL_CANT_CREATE_XDRIVER
  195. 287    "Unable to create cross platform printing driver"
  196.  
  197. # ENL_SPOOLISRUNNING
  198. 288    "The spooling system has already been started"
  199.  
  200. # ENL_CANT_UNLINK_LOCK
  201. 289    "Unable to unlink spooling lock file \"%1s\""
  202.  
  203. # ENL_SPOOLNOACTIVE
  204. 290    "Unable to turn on the spooling system"
  205.  
  206. # ENL_SPOOLACTIVE
  207. 291    "Spooling system now running"
  208.  
  209.  
  210.  
  211. ################################################################################
  212. #
  213. # From shadow.c
  214. #
  215.  
  216. # ENL_CANT_READ_SHADOW
  217. 300    "Unable to read shadow password file"
  218.  
  219.  
  220.  
  221. ################################################################################
  222. #
  223. # From snaps.c
  224. #
  225.  
  226. # ENL_WRITE_ERROR
  227. 325    "Write error"
  228.  
  229.  
  230.  
  231. ################################################################################
  232. #
  233. # From universe.c
  234. #
  235.  
  236. # ENL_CANT_UNI_ADD
  237. 350    "Unable to add user %1s to the universe table"
  238.  
  239. # ENL_CANT_UNI_REM
  240. 351    "Unable to remove user %1s from the universe table"
  241.